home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 21
/
Oxygen Multimedia Graphics 21.iso
/
pc
/
System
/
OX21
/
Resources_26_OpenCoupon.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2007-12-05
|
304 b
|
12 lines
global ds, goUp
on mouseUp
file2open = the moviePath & "INIT" & ds & "StarterKitCoupon.pdf"
OpenIt = baOpenFile(file2open, EMPTY)
if OpenIt > 32 then
nothing()
else
alert("The software required to open the coupon could not be found. Please install Adobe's Acrobat Reader.")
end if
end